projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d08592e
)
(woman-change-fonts): Tweak previous change by using
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 17 Mar 2007 17:57:38 +0000
(17:57 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 17 Mar 2007 17:57:38 +0000
(17:57 +0000)
woman-request-regexp rather than "^\\.".
lisp/woman.el
patch
|
blob
|
history
diff --git
a/lisp/woman.el
b/lisp/woman.el
index 9c73a365b6167625aaa6eb3adfb825994b106e80..ffa0ea692add8e01a0eff47b0ca88f9b2c78c952 100644
(file)
--- a/
lisp/woman.el
+++ b/
lisp/woman.el
@@
-3327,7
+3327,7
@@
If optional arg CONCAT is non-nil then join arguments."
;; otherwise match woman-request-regexp. The "\\&" which is
;; inserted to prevent this is removed by woman2-process-escapes.
(and fescape
- (looking-at
"^\\."
)
+ (looking-at
woman-request-regexp
)
(insert "\\&"))
(woman-set-face previous-pos (point) current-font)
(if beg